Usage
ncvar_get_dmat(nc, varid, verbose = FALSE, signedbyte = TRUE,
collapse_degen = TRUE, bldim = .DEMO.CT$bldim,
ICTXT = .DEMO.CT$ictxt, comm = .SPMD.CT$comm)
ncvar_get_gbd(nc, varid, verbose = FALSE, signedbyte = TRUE,
collapse_degen = TRUE, comm = .SPMD.CT$comm,
gbd.major = .DEMO.CT$gbd.major)
ncvar_put_dmat(nc, varid, vals, verbose = FALSE,
comm = .SPMD.CT$comm)
ncvar_put_gbd(nc, varid, vals, verbose = FALSE,
comm = .SPMD.CT$comm, gbd.major = .DEMO.CT$gbd.major)Arguments
nc
an object of class ncdf4 (as returned by either function
nc_open_par or function nc_create_par),
indicating what file to read from.
varid
See ncvar_get for details.
verbose
See ncvar_get for details.
signedbyte
See ncvar_get for details.
collapse_degen
See ncvar_get for details.
vals
See ncvar_put for details.
gbd.major
a GBD major, either 1 for row-major or 2
for column-major.
bldim
the blocking dimension for block-cyclically distributing
the matrix across the process grid.
ICTXT
BLACS context number for return.
comm
a communicator number.